home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 271_02 / vidpage.doc < prev    next >
Text File  |  1987-08-18  |  630b  |  37 lines

  1.  
  2.  
  3.  
  4.         NAME
  5.                 vidpage -- set a video page as active page
  6.  
  7.         SYNOPSIS
  8.                 void vidpage(page);
  9.                 int page;      0-7 depending upon mode
  10.  
  11.  
  12.         DESCRIPTION
  13.         This function sets the video display page to any page 0-7
  14.         subject to the effective video mode.  Note that the 
  15.         monochrome card does not support video pages and therefore
  16.         this function will have no effect.
  17.  
  18.  
  19.  
  20.         EXAMPLE
  21.  
  22.              vidpage(0);    default lowest page
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.         This function is found in SMTCx.LIB for the Turbo-C Compiler
  37.